home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4110 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: grantp@usa.pipeline.com(Pete)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: DLL <-> Application communication
  5. Date: 28 Jan 1996 02:14:15 GMT
  6. Organization: Kalevi, Inc
  7. Message-ID: <4eem5n$eg5@news1.usa.pipeline.com>
  8. NNTP-Posting-Host: pipe7.h1.usa.pipeline.com
  9. X-PipeUser: grantp
  10. X-PipeHub: usa.pipeline.com
  11. X-PipeGCOS: (Pete)
  12. X-Newsreader: Pipeline USA v3.3.0
  13.  
  14. On Jan 27, 1996 22:53:35 in article <DLL <-> Application communication>,
  15. 'Pendo Lofgren <Pendo.Lofgren@allgon.se>' wrote: 
  16.  
  17.  
  18. >I have two questions regarding DLL:s that I would be most grateful if  
  19. >anyone out there could give me some advice on. 
  20. >The first one is:  
  21. >        Is it possible to call a 16-bit DLL from a 32-bit Win NT  
  22. >        application? (We want to use the Paradox 16-bit database  
  23. >        engine DLL for our Win NT program...) 
  24.  
  25. I've seen some commentary to the contrary, but... 
  26.  
  27. Excerpt from Microsoft Knowledge Base: 
  28.  
  29. "PSS ID Number: Q125710 
  30. Article last modified on 10-31-1995 
  31.  
  32. Windows NT supports Generic Thunks, which allow 16-bit code to call into 
  33. 32-bit code. Generic Thunks do not allow 32-bit code to call into 16-bit 
  34. code. The generic thunk is implemented by using a set of API functions that
  35.  
  36. are exported by the WOW KERNEL and WOW32.DLL. " 
  37.  
  38. Sorry. 
  39.  
  40.  
  41. -- 
  42.  
  43. Pete 
  44.  
  45.  
  46.  
  47.  
  48.  
  49.